08. Matrix Multiplication Quiz
Matrix Multiplication Quiz
let be a matrix of x and be matrix of x .
Notice that is actually a row vector! A matrix with only one row or one column is a vector
- A matrix with only one row is a row vector
- A matrix with only one column is a column vector
If x,
(a) How many rows will have?
(b) How many columns will have?
(c) What will be the value of ?
If x,
(d) What will be the value of ?
Code
If you need a code on the https://github.com/udacity.
Notice that in this quiz, we multiplied a vector by a matrix, which resulted in another vector.
Essentially what happened was that our original vector, , went through a linear transformation and transformed into another vector with the use of the transformation matrix .
All this in the next set of videos.
Remember: if you are having issues with the workspace, reset your data.